home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 873 b | 41 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Menus.fr
- // Release Version: $ ODF 1 $
- //
- // Contains: String resources for ODFTable
- // Written by: Henri Lamiraux
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef CONST_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //----------------------------------------------------------------------------
- // Menus
- //----------------------------------------------------------------------------
-
- resource FW_RMenuBar(kMenuBar)
- {
- {
- FW_RPullDownMenu
- (
- "Table"
- {
- FW_RToggleItem(cHideShowGrid, FW_kNoKeyEquivalent, "Run", "Edit")
- }
- )
- }
- };
-